Peach-Pi: Use the enhanced usb_copy() prototype
authorVadim Bendebury <[email protected]>
Thu, 13 Nov 2014 17:08:21 +0000 (22:38 +0530)
committerMinkyu Kang <[email protected]>
Mon, 17 Nov 2014 10:03:38 +0000 (19:03 +0900)
commit4f29862487ab94e791d17de2df5528d417e88c1c
tree2040d981ecd87228138b23a0f8fb1b9dd54b7004
parent0e03e824652745d652c6b557307fa784ec1669aa
Peach-Pi: Use the enhanced usb_copy() prototype

Exynos5800 IROM has a different, from 5250 and 5420, prototype of the
usb_copy() function. Luckily the earlier version did not expect any
arguments, which means the same code could be used with old and new
SoCs, the old ones just ignoring the arguments.

Signed-off-by: Vadim Bendebury <[email protected]>
Signed-off-by: Akshay Saraswat <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
arch/arm/cpu/armv7/exynos/spl_boot.c